home *** CD-ROM | disk | FTP | other *** search
- Path: news.cac.psu.edu!usenet
- From: waj106@email.psu.edu (Coren)
- Newsgroups: comp.lang.c++
- Subject: Borland C++ and CGI
- Date: 13 Apr 1996 17:15:30 GMT
- Organization: A Place
- Message-ID: <4konfi$hl4@hearst.cac.psu.edu>
- Reply-To: an467669@anon.penet.fi
- NNTP-Posting-Host: waj106.rh.psu.edu
- X-Newsreader: WinVN 0.99.7
-
- I know I'm just missing something fairly simple here but....
-
- I have Borland 3.0 C++ compiler for windows. I have written a program that
- takes input and creates a HTML page. The only problem is that I cannot get it
- to dynamically create a new page. I know that you are supposed to output
- something like "Content-type: text/plain\n\n" but this doesn't seem to do any
- good. I have tried it with a normal cout but then I saw that someone used
- it with a function called 'puts' instead of cout. As it is, if I leave all
- outputs as couts, when I run it from a browser it says "empty output from CGI
- program." Can anyone help me with this? Thanks.
-
- Bill (wajost@psu.edu)
- --All the thoughts unuttered and all the feelings unexpressed
- lay upon our hears like the mist upon our breath -- M.Johnson
-
-